ArcFM Responder Mobile Developer Guide
FeatureLoaderCriteria<T> Constructor(IEnumerable<T>,String,String,String)






Syntax
'Declaration
 
Public Function New( _
   ByVal elements As System.Collections.Generic.IEnumerable(Of T), _
   ByVal oidColumnName As System.String, _
   ByVal fcidColumnName As System.String, _
   ByVal subidColumnName As System.String _
)
'Usage
 
Dim elements As System.Collections.Generic.IEnumerable(Of T)
Dim oidColumnName As System.String
Dim fcidColumnName As System.String
Dim subidColumnName As System.String
 
Dim instance As New FeatureLoaderCriteria(Of T)(elements, oidColumnName, fcidColumnName, subidColumnName)
public FeatureLoaderCriteria<T>( 
   System.Collections.Generic.IEnumerable<T> elements,
   System.string oidColumnName,
   System.string fcidColumnName,
   System.string subidColumnName
)
public FeatureLoaderCriteria<T>( 
    elements: System.Collections.Generic.IEnumerable;
    oidColumnName: System.String;
    fcidColumnName: System.String;
    subidColumnName: System.String
); 
public function FeatureLoaderCriteria<T>( 
   elements : System.Collections.Generic.IEnumerable,
   oidColumnName : System.String,
   fcidColumnName : System.String,
   subidColumnName : System.String
);
public: FeatureLoaderCriteria<T>( 
   System.Collections.Generic.IEnumerable<T*>* elements,
   System.string* oidColumnName,
   System.string* fcidColumnName,
   System.string* subidColumnName
)
public:
FeatureLoaderCriteria<T>( 
   System.Collections.Generic.IEnumerable<T^>^ elements,
   System.String^ oidColumnName,
   System.String^ fcidColumnName,
   System.String^ subidColumnName
)

Parameters

elements
oidColumnName
fcidColumnName
subidColumnName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FeatureLoaderCriteria<T> Class
FeatureLoaderCriteria<T> Members
Overload List

Send Feedback